home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / shazam11.zip / DEMOQ3.DEF < prev    next >
Text File  |  1991-11-04  |  34KB  |  826 lines

  1. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  2. @@ Model Quattro Pro menu structure, [File..Database]
  3. @@ (Compiler cannot handle entire structure)
  4.  
  5. @@ * WARNING *  The generated code is too large to compile from SHAZAM.
  6. @@              You will have to do it from the DOS prompt.
  7. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  8.  
  9. [APPLICATION]                          ;;Quattro Pro Menu Model
  10.  
  11. @@ =================================================================
  12.  
  13. @@ MENU
  14.  
  15. @@ =================================================================
  16. [SUBMENU]File                          ;;file operations
  17. new                                    ;;open a new blank spreadsheet window
  18. open                                   ;;load a file into a new spreadsheet window
  19. retrieve                               ;;load a spreadsheet into the current window
  20. [NEWLINE]
  21. save ctrl-s                            ;;save the current spreadsheet on disk
  22. 'save As'                              ;;save the current spreadsheet under a new name
  23. close                                  ;;close the current spreadsheet window
  24. 'c~l~ose all'                          ;;close all open windows
  25. erase                                  ;;erase the contents of the current worksheet
  26. [NEWLINE]
  27. directory                              ;;lets you set a temporary data directory
  28.   >[SUBMENU]workspace                  ;;save or load a setup of windows and files
  29.    save                                ;;save the current arrangement of windows and files
  30.    restore                             ;;load a saved workspace
  31.   <
  32.   >[SUBMENU]utilities                  ;;access DOS, the file manager, or SQZ! settings
  33.   'DOS shell'                          ;;execute DOS commands
  34.   'file manager'                       ;;open a file manager window
  35.     >[SUBMENU]SQZ!                     ;;set SQZ! file compression options
  36.       >[SUBMENU]'remove blanks'        ;;remove empty cells before saving
  37.         no                             ;;remove empty cells before saving
  38.         yes                            ;;remove empty cells before saving
  39.       <
  40.       >[SUBMENU]'storage of values'    ;;stores exact values, approximate values, or formulas only
  41.        exact                           ;;stores exact values, approximate values, or formulas only
  42.        approximate                     ;;stores exact values, approximate values, or formulas only
  43.        remove                          ;;stores exact values, approximate values, or formulas only
  44.       <
  45.       >[SUBMENU]version                ;;save as SQZ! Plus or SQZ! file
  46.        '1 - SQZ!'                      ;;save as SQZ! Plus or SQZ! file
  47.        '2 - SQZ! Plus'                 ;;save as SQZ! Plus or SQZ! file
  48.       <
  49.       quit kbF10                       ;;return to worksheet
  50.     <
  51.   <
  52. E~x~it ctrl-x cmquit                   ;;close all windows & exit to DOS
  53. @@ =================================================================
  54.  
  55. @@ MENU
  56.  
  57. @@ =================================================================
  58. [SUBMENU]Edit                          ;;copy, move, insert, delete data; block names; search & replace
  59. copy ctrl-c                            ;;copy a block of data
  60. move ctrl-m                            ;;move a block of data
  61. 'erase block' ctrl-e                   ;;erase a block of data
  62. undo alt-f5                            ;;undo the last operation
  63. [NEWLINE]
  64.   >[SUBMENU]insert ctrl-i              ;;insert one or more rows/columns
  65.    rows                                ;;insert row(s) above the current row
  66.    columns                             ;;insert the column(s) to the left of the current one
  67.   <
  68.   >[SUBMENU]delete                     ;;delete one or more rows/columns
  69.    rows                                ;;delete all rows in the selected block
  70.    columns                             ;;delete all columns in the selected block
  71.   <
  72.   [NEWLINE]
  73.   >[SUBMENU]names                      ;;assign, delete, or create a table of block names
  74.    create                              ;;assign a name to a block
  75.    delete                              ;;remove an assigned name from a block
  76.     >[SUBMENU]labels                   ;;create block names using labels
  77.      right                             ;;assign names to cells to the right of labels
  78.      down                              ;;assign names to cells under labels
  79.      left                              ;;assign names to cells to the left of labels
  80.      up                                ;;assign names to cells above labels
  81.     <
  82.    reset                               ;;delete all block names
  83.    'make table'                        ;;create table of block names in the spreadsheet
  84.   <
  85.   fill                                 ;;fill a block with numbers
  86.   values                               ;;convert formulas in a block to their resulting values
  87.   transpose                            ;;copy a block, switching columns with rows
  88.   >[SUBMENU]'search & replace'         ;;search for or replace values in a block
  89.    block                               ;;cells to be searched
  90.    'search string'                     ;;string to search for
  91.    'replace string'                    ;;string to replace search string
  92.    [NEWLINE]
  93.     >[SUBMENU]'look in'                ;;search through formulas, resulting values, or for a condition
  94.      formula                           ;;examine each formula for the search string
  95.      value                             ;;examine each formulas result for the search string
  96.      condition                         ;;examine each formula result to see if it matches the condition
  97.     <
  98.     >[SUBMENU]direction                ;;search row by row or column by column
  99.      row                               ;;search down each row, one at a time
  100.      column                            ;;search down each column, one at a time
  101.     <
  102.     >[SUBMENU]match                    ;;search for string as whole entry or part
  103.      part                              ;;ex: A2 is found in @SUM(A2..A3) and in @SUM(AA22..AA33)
  104.      whole                             ;;ex: A2 is found in @SUM(A2..A3) but not in @SUM(AA22..AA33)
  105.     <
  106.     >[SUBMENU]'case sensitive'         ;;distinguish between upper- and lower-case characters or not
  107.     'any case'                         ;;compare upper-case same as lower
  108.     'exact case'                       ;;exact letter-case match only
  109.     <
  110.     'options reset'                    ;;reset Search String, Replace String, and Options
  111.     [NEWLINE]
  112.     next ctrl-n                        ;;begin searching forward
  113.     previous ctrl-p                    ;;begin search in reverse order
  114.     quit kbF10                         ;;return to the spreadsheet
  115.   <
  116. @@ =================================================================
  117.  
  118. @@ MENU
  119.  
  120. @@ =================================================================
  121. [SUBMENU]Style                         ;;block formats, alignment, protection, column info, publishing
  122.   >[SUBMENU]alignment ctrl-a           ;;Change alignment (left, right, center) of a block of cells
  123.    general                             ;;Labels left, numbers right
  124.    left                                ;;Numbers and labels flush with the left edge of the cell
  125.    right                               ;;Numbers and labels flush with the right edge of the cell
  126.    center                              ;;Numbers and labels centered within the cell width
  127.   <
  128.   >[SUBMENU]'numeric format' ctrl-f    ;;Change display format of numbers or dates in a block
  129.    fixed                               ;;Fixed number of decimal places
  130.    scientific                          ;;Exponential format
  131.    currency                            ;;Currency format
  132.    ,                                   ;;Thousand separator; negative values in parenthesis
  133.    general                             ;;Standard format
  134.    +/-                                 ;;Horizontal bar graph format (+++ or ---)
  135.    percent                             ;;Percent format
  136.     >[SUBMENU]date                     ;;Date and time formats
  137.      '1-(~D~D-MMM-YY)'                 ;;Day-Month-Year
  138.      '2-(DD-~M~MM)'                    ;;Day-Month
  139.      '3-(MMM-~Y~Y)'                    ;;Month-Year
  140.      '4-(Long intl.)'                  ;;Use the current long international date format
  141.      '5-(Short intl.)'                 ;;Use the current short international date format
  142.      >[SUBMENU]time                    ;;Time formats
  143.        '1-(HH:MM:~S~S AM/PM)'          ;;Hour:Minute:Second AM/PM
  144.        '2-(HH:~M~M AM/PM)'             ;;Hour:Minute AM/PM
  145.        '3-(Long intl.)'                ;;Use the current long international time format
  146.        '4-(Short intl.)'               ;;Use the current short international time format
  147.      <
  148.     <
  149.     text                               ;;Display formula instead of values
  150.     hidden                             ;;Supress cell display
  151.     reset                              ;;Use the global cell display formula
  152.   <
  153.   >[SUBMENU]protection                 ;;Protect or unprotect a block of cells from changes
  154.     protect                            ;;Protect a block if global protection is enabled
  155.     unprotect                          ;;Remove protection from a block
  156.   <
  157.   [NEWLINE]
  158.   'column width' ctrl-w                ;;Alter the width of the current column
  159.   'reset width'                        ;;Set width of the current column to the default width
  160.   >[SUBMENU]'hide column'              ;;Conceal columns from display/Return hidden columns
  161.    hide                                ;;Hide columns from view without losing data
  162.    expose                              ;;Expose hidden columns
  163.   <
  164.   >[SUBMENU]'block widths'             ;;Adjust the width of columns in a block
  165.    'set width'                         ;;Specify the width of columns in a block
  166.    'reset width'                       ;;Return columns to the default width
  167.    'auto width'                        ;;Adjust the width of columns according to data length
  168.   <
  169.   'line drawing'                       ;;Draw lines in or around a block of cells
  170.   >[SUBMENU]shading                    ;;Add or remove shading for a block of cells
  171.    none                                ;;No shading
  172.    grey                                ;;Grey shading behind data in a block of cells
  173.    black                               ;;Black shading behind data in a block of cells
  174.   <
  175.   >[SUBMENU]fonts                      ;;Change the font a block of cells will be printed with
  176.    '1 font 1'                          ;;Use font 1 for the block
  177.    '2 font 2'                          ;;Use font 2 for the block
  178.    '3 font 3'                          ;;Use font 3 for the block
  179.    '4 font 4'                          ;;Use font 4 for the block
  180.    '5 font 5'                          ;;Use font 5 for the block
  181.    '6 font 6'                          ;;Use font 6 for the block
  182.    '7 font 7'                          ;;Use font 7 for the block
  183.    '8 font 8'                          ;;Use font 8 for the block
  184.      >[SUBMENU]'edit fonts'            ;;Modify existing fonts
  185.       '1 font 1'                       ;;Change font 1's typeface, point size, style or color
  186.       '2 font 2'                       ;;Change font 2's typeface, point size, style or color
  187.       '3 font 3'                       ;;Change font 3's typeface, point size, style or color
  188.       '4 font 4'                       ;;Change font 4's typeface, point size, style or color
  189.       '5 font 5'                       ;;Change font 5's typeface, point size, style or color
  190.       '6 font 6'                       ;;Change font 6's typeface, point size, style or color
  191.       '7 font 7'                       ;;Change font 7's typeface, point size, style or color
  192.       '8 font 8'                       ;;Change font 8's typeface, point size, style or color
  193.       quit kbF10                       ;;Return to spreadsheet
  194.      <
  195.      reset                             ;;Reset all fonts to their default
  196.   <
  197.   'insert break'                       ;;Put a page break in the current cell
  198. @@ =================================================================
  199.  
  200. @@ MENU
  201.  
  202. @@ =================================================================
  203. [SUBMENU]Graph                         ;;display/print business graphics from spreadsheet data
  204. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  205. @@ Level 1
  206. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  207.   >[SUBMENU]'graph type'               ;;Type of graph (bar, line, pie, etc.)
  208.    Line                                ;;Line graph
  209.    Bar                                 ;;Bar graph
  210.    XY                                  ;;XY graph, also called a scatter graph
  211.    'Stacked Bar'                       ;;Stacked bar graph, also called a cumulative bar
  212.    Pie                                 ;;Pie graph
  213.    Area                                ;;Area graph
  214.    'Rotated Bar'                       ;;Rotated bar, also called a horizontal bar
  215.    Column                              ;;Column graph, a rectangular percentage pie
  216.    High-Low                            ;;Hi-low-open-close graph
  217.    Text                                ;;Text only graph
  218.   <
  219. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  220. @@ Level 1
  221. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  222.   >[SUBMENU]series                     ;;Select blocks of data to graph
  223.    '1st Series'                        ;;First set of values to plot on graph
  224.    '2nd Series'                        ;;Second set of values to plot on graph
  225.    '3rd Series'                        ;;Third set of values to plot on graph
  226.    '4th Series'                        ;;Fourth set of values to plot on graph
  227.    '5th Series'                        ;;Fifth set of values to plot on graph
  228.    '6th Series'                        ;;Sixth set of values to plot on graph
  229.    'X-Axis Series'                     ;;Set of values to label or plot on or label the X-axis
  230. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  231. @@ Level 2
  232. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  233.     >[SUBMENU]Group                    ;;Block of data to be divided into series
  234.      rows                              ;;Assign each column of values in the block to a series
  235.      columns                           ;;Assign each row of values in the block to a series
  236.     <
  237.     Quit kbEsc                         ;;Return to the graph menu
  238.   <
  239. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  240. @@ Level 1
  241. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  242.   >[SUBMENU]text                       ;;Set text for titles and legends
  243.    '1st Line'                          ;;Text for 1st line of the title
  244.    '2nd Line'                          ;;Text for 1st line of the title
  245.    X-Title                             ;;Text for the X-axis title
  246.    Y-Title                             ;;Text for the Y-axis title
  247.    'Secondary Y-Axis'                  ;;Text for the secondary Y-axis title
  248. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  249. @@ Level 2
  250. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  251.     >[SUBMENU]Legends                  ;;Create or reposition the graph legend defining each series
  252.      '1st Series'                      ;;Text to define this series in the legend
  253.      '2nd Series'                      ;;Text to define this series in the legend
  254.      '3rd Series'                      ;;Text to define this series in the legend
  255.      '4th Series'                      ;;Text to define this series in the legend
  256.      '5th Series'                      ;;Text to define this series in the legend
  257.      '6th Series'                      ;;Text to define this series in the legend
  258. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  259. @@ Level 3
  260. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  261.       >[SUBMENU]Position               ;;Change the position of legend or remove legend altogether
  262.        Bottom                          ;;Display legend at bottom
  263.        Right                           ;;Display legend to right of graph
  264.        None                            ;;Don't display a legend
  265.       <
  266.       Quit kbEsc                      ;;Return to Text menu
  267.     <
  268. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  269. @@ Level 2
  270. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  271.     >[SUBMENU]Font
  272. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  273. @@ Level 3
  274. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  275.       >[SUBMENU]'1st Line'             ;;The typeface and size for the first title line
  276.        Typeface                        ;;Change the typeface
  277.        'Point Size'                    ;;Change the point size
  278.        Style                           ;;Change attributes such as Bold or Underlined
  279.        Color                           ;;Change the color
  280.        Quit kbEsc                      ;;Return to previous menu
  281.       <
  282. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  283. @@ Level 3
  284. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  285.       >[SUBMENU]2nd Line
  286.        Typeface                        ;;Change the typeface
  287.        'Point Size'                    ;;Change the point size
  288.        Style                           ;;Change attributes such as Bold or Underlined
  289.        Color                           ;;Change the color
  290.        Quit kbEsc                      ;;Return to previous menu
  291.       <
  292. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  293. @@ Level 3
  294. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  295.       >[SUBMENU]X-Title                ;;The typeface and size for the X-axis label
  296.        Typeface                        ;;Change the typeface
  297.        'Point Size'                    ;;Change the point size
  298.        Style                           ;;Change attributes such as Bold or Underlined
  299.        Color                           ;;Change the color
  300.        Quit kbEsc                      ;;Return to previous menu
  301.       <
  302. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  303. @@ Level 3
  304. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  305.       >[SUBMENU]Y-Title                ;;The typeface and size for the Y-axis label
  306.        Typeface                        ;;Change the typeface
  307.        'Point Size'                    ;;Change the point size
  308.        Style                           ;;Change attributes such as Bold or Underlined
  309.        Color                           ;;Change the color
  310.        Quit kbEsc                      ;;Return to previous menu
  311.       <
  312. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  313. @@ Level 3
  314. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  315.       >[SUBMENU]Legends                ;;The typeface and size for the legends
  316.        Typeface                        ;;Change the typeface
  317.        'Point Size'                    ;;Change the point size
  318.        Style                           ;;Change attributes such as Bold or Underlined
  319.        Color                           ;;Change the color
  320.        Quit kbEsc                      ;;Return to previous menu
  321.       <
  322. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  323. @@ Level 3
  324. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  325.       >[SUBMENU]'Data & Tick Labels'   ;;The typeface and size for data and tick labels
  326.        Typeface                        ;;Change the typeface
  327.        'Point Size'                    ;;Change the point size
  328.        Style                           ;;Change attributes such as Bold or Underlined
  329.        Color                           ;;Change the color
  330.        Quit kbEsc                      ;;Return to previous menu
  331.       <
  332.       Quit                             ;;Return to spreadsheet
  333.     <
  334.     Quit                               ;;Return to spreadsheet
  335.   <
  336.   [NEWLINE]
  337. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  338. @@ Level 1
  339. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  340.   >[SUBMENU]'customize series'         ;;Change display of individual data series
  341.    Colors                              ;;
  342.    'Fill Patterns'
  343.    'Markers & Lines'
  344.    'Bar Width'
  345.    [NEWLINE]
  346.    'Interior Labels'
  347.    'Override Type'
  348.    Y-Axis
  349.    Pies
  350.    Update
  351.    Reset
  352.    Quit                                ;;Return to spreadsheet
  353.   <
  354. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  355. @@ Level 1
  356. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  357.   >[SUBMENU]x-axis                     ;;Change display and/or scaling of the X-axis
  358. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  359. @@ Level 2
  360. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  361.     >[SUBMENU]Scale
  362.      Automatic
  363.      Manual
  364.     <
  365.     Low
  366.     High
  367.     Increment
  368. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  369. @@ Level 2
  370. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  371.     >[SUBMENU]Format of Ticks
  372.      Fixed
  373.      Scientific
  374.      Currency
  375.      ,
  376.      General
  377.      +/-
  378.      Percent
  379. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  380. @@ Level 3
  381. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  382.       >[SUBMENU]Date
  383.        '1-(DD-MMM-YY)'
  384.        '2-(DD-MMM)'
  385.        '3-(MMM-YY)'
  386.        '4-(Long intl.)'
  387.        '5-(Short intl.)'
  388. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  389. @@ Level 4
  390. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  391.         >[SUBMENU]Time
  392.          '1-(HH:MM:SS AM/PM)'
  393.          '2-(HH:MM AM/PM)'
  394.          '3-(Long intl.)'
  395.          '4-(Short intl.)'
  396.         <
  397.       <
  398.       Text
  399.       Hidden
  400.     <
  401.     'No. of Minor Ticks'
  402. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  403. @@ Level 2
  404. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  405.     >[SUBMENU]Alternate Ticks
  406.      No
  407.      Yes
  408.     <
  409. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  410. @@ Level 2
  411. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  412.     >[SUBMENU]Display Scaling
  413.      Yes
  414.      No
  415.     <
  416. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  417. @@ Level 2
  418. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  419.     >[SUBMENU]Mode
  420.      Normal
  421.      Log
  422.     <
  423.     Quit                                ;;Return to spreadsheet
  424.   <
  425. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  426. @@ Level 1
  427. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  428.   >[SUBMENU]y-axis                     ;;Change display and/or scaling of the Y-axis
  429. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  430. @@ Level 2
  431. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  432.     >[SUBMENU]Scale
  433.       Automatic
  434.       Manual
  435.     <
  436.     Low
  437.     High
  438.     Increment
  439. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  440. @@ Level 2
  441. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  442.     >[SUBMENU]Format of Ticks
  443.      Fixed
  444.      Scientific
  445.      Currency
  446.      ,
  447.      General
  448.      +/-
  449.      Percent
  450. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  451. @@ Level 3
  452. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  453.       >[SUBMENU]Date
  454.        '1-(DD-MMM-YY)'
  455.        '2-(DD-MMM)'
  456.        '3-(MMM-YY)'
  457.        '4-(Long intl.)'
  458.        '5-(Short intl.)'
  459. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  460. @@ Level 4
  461. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  462.         >[SUBMENU]Time
  463.          '1-(HH:MM:SS AM/PM)'
  464.          '2-(HH:MM AM/PM)'
  465.          '3-(Long intl.)'
  466.          '4-(Short intl.)'
  467.         <
  468.       <
  469.       Text
  470.       Hidden
  471.     <
  472.     'No. of Minor Ticks'
  473. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  474. @@ Level 2
  475. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  476.     >[SUBMENU]Display Scaling
  477.      Yes
  478.      No
  479.     <
  480. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  481. @@ Level 2
  482. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  483.     >[SUBMENU]Mode
  484.      Normal
  485.      Log
  486.     <
  487. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  488. @@ Level 2
  489. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  490.     >[SUBMENU]2nd Y-Axis
  491. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  492. @@ Level 3
  493. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  494.       >[SUBMENU]Scale
  495.        Automatic
  496.        Manual
  497.       <
  498.        Low
  499.        High
  500.        Increment
  501. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  502. @@ Level 3
  503. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  504.       >[SUBMENU]Format of Ticks
  505.        Fixed
  506.        Scientific
  507.        Currency
  508.        ,
  509.        General
  510.        +/-
  511.        Percent
  512. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  513. @@ Level 4
  514. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  515.         >[SUBMENU]Date
  516.          '1-(DD-MMM-YY)'
  517.          '2-(DD-MMM)'
  518.          '3-(MMM-YY)'
  519.          '4-(Long intl.)'
  520.          '5-(Short intl.)'
  521. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  522. @@ Level 5
  523. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  524. @@      >[SUBMENU]Time
  525. @@       '1-(HH:MM:SS AM/PM)'
  526. @@       '2-(HH:MM AM/PM)'
  527. @@       '3-(Long intl.)'
  528. @@       '4-(Short intl.)'
  529. @@      <
  530.       <
  531.       Text
  532.       Hidden
  533.     <
  534.     'No. of Minor Ticks'
  535. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  536. @@ Level 3
  537. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  538.       >[SUBMENU]Display Scaling
  539.        Yes
  540.        No
  541.       <
  542. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  543. @@ Level 3
  544. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  545.       >[SUBMENU]Mode
  546.        Normal
  547.        Log
  548.       <
  549.       Quit                             ;;Return to spreadsheet
  550.     [NEWLINE]
  551.     <
  552.     Quit                               ;;Return to spreadsheet
  553.   <
  554. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  555. @@ Level 1
  556. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  557.   >[SUBMENU]overall                    ;;Customize overall graph appearance
  558. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  559. @@ Level 2
  560. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  561.     >[SUBMENU]Grid
  562.       Horizontal
  563.       Vertical
  564.       Both
  565.       Clear
  566.       [NEWLINE]
  567.       Grid Color
  568.       Line Style
  569.       Fill Color
  570.       Quit                             ;;Return to spreadsheet
  571.     <
  572. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  573. @@ Level 2
  574. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  575.     >[SUBMENU]Outlines
  576. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  577. @@ Level 3
  578. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  579.       >[SUBMENU]Titles
  580.         Box
  581.         Double-line
  582.         Thick-line
  583.         Shadow
  584.         3D
  585.         Rnd Rectangle
  586.         None
  587.       <
  588. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  589. @@ Level 3
  590. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  591.       >[SUBMENU]Legend
  592.         Box
  593.         Double-line
  594.         Thick-line
  595.         Shadow
  596.         3D
  597.         Rnd Rectangle
  598.         None
  599.       <
  600. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  601. @@ Level 3
  602. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  603.       >[SUBMENU]Graph
  604.         Box
  605.         Double-line
  606.         Thick-line
  607.         Shadow
  608.         3D
  609.         Rnd Rectangle
  610.         None
  611.       <
  612.       Quit                             ;;Return to spreadsheet
  613.     <
  614. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  615. @@ Level 2
  616. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  617.     >[SUBMENU]Background Color
  618.       Black
  619.       Blue
  620.       Green
  621.       Cyan
  622.       Red
  623.       Magenta
  624.       Brown
  625.       White
  626.       Gray
  627.       Light Blue
  628.       Light Green
  629.       Light Cyan
  630.       Light Red
  631.       Light Magenta
  632.       Yellow
  633.       Bright White
  634.     <
  635. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  636. @@ Level 2
  637. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  638.     >[SUBMENU]Three-D
  639.       Yes
  640.       No
  641.     <
  642. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  643. @@ Level 2
  644. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  645.     >[SUBMENU]Color/B&W
  646.       Color
  647.       B&W
  648.     <
  649.   <
  650.   [NEWLINE]
  651.   insert                               ;;Insert a named graph in the worksheet
  652.   hide                                 ;;Remove an inserted graph from the spreadsheet
  653. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  654. @@ Level 1
  655. @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  656.   >[SUBMENU]name                       ;;Create, use, or delete named graphs
  657.     Display
  658.     Create
  659.     Erase
  660.     Reset
  661.     Slide
  662.   <
  663.   view f10                             ;;View the current graph
  664.   'fast graph' ctrl-g                  ;;Draw a graph using a block
  665.   annotate                             ;;Activate the Graph Annotator for the current graph
  666.   quit                                 ;;Return to the spreadsheet
  667. @@ =================================================================
  668.  
  669. @@ MENU
  670.  
  671. @@ =================================================================
  672. [SUBMENU]Print                         ;;print a spreadsheet or graph
  673.  Block                                 ;;The block of the spreadsheet to print
  674.   >[SUBMENU]Headings                   ;;Row and Column headings to print on each page
  675.    'Left Heading'
  676.    'Top Heading'
  677.   <
  678.   [NEWLINE]
  679.   >[SUBMENU]Destination                ;;Specify printing to printer, file, or screen for Spreadsheet
  680.     >[SUBMENU]'Draft Mode Printing'
  681.      Printer
  682.      File
  683.     <
  684.     >[SUBMENU]'Final Quality Printing'
  685.      'Binary File'
  686.      'Graphics Printer'
  687.      'Screen Preview'
  688.     <
  689.   <
  690.   >[SUBMENU]Layout                     ;;Define layout for spreadsheet printing
  691.    Header
  692.    Footer
  693.    [NEWLINE]
  694.     >[SUBMENU]'Break Pages'
  695.      Yes
  696.      No
  697.     <
  698.     >[SUBMENU]Margins
  699.      'Page Length'
  700.      Left
  701.      Top
  702.      Right
  703.      Bottom
  704.      [NEWLINE]
  705.      Quit                              ;;Return to spreadsheet
  706.     <
  707.     >[SUBMENU]Dimensions
  708.      Lines/Characters
  709.      Inches
  710.      Centimeters
  711.     <
  712.     >[SUBMENU]Orientation
  713.      Portrait
  714.      Landscape
  715.     <
  716.     'Setup String'
  717.     [NEWLINE]
  718.     >[SUBMENU]Reset
  719.      All
  720.      'Print Block'
  721.      Headings
  722.      Layout
  723.     <
  724.     Update
  725.     Quit                               ;;Return to spreadsheet
  726.   <
  727.   >[SUBMENU]Format                     ;;Print spreadsheet as displayed or as list of cells info
  728.    'As Displayed'
  729.    Cell-Formulas
  730.   <
  731.   [NEWLINE]
  732.   >[SUBMENU]'Adjust Printer'           ;;Advance paper in printer, set to top of form
  733.    'Skip Line'
  734.    'Form Feed'
  735.    Align
  736.   <
  737.   'Spreadsheet Print'                  ;;Print the data in the print block
  738.   >[SUBMENU]'Graph Print'              ;;Print graphs
  739.     >[SUBMENU]Destination
  740.      File
  741.      'Graph Printer'
  742.      'Screen Preview'
  743.     <
  744.     >[SUBMENU]Layout
  745.      'Left Edge'
  746.      'Top Edge'
  747.      Height
  748.      Width
  749.      [NEWLINE]
  750.       >[SUBMENU]Dimensions
  751.        Inches
  752.        Centimeters
  753.       <
  754.       >[SUBMENU]Orientation
  755.        Portrait
  756.        Landscape
  757.       <
  758.       >[SUBMENU]'4:3 Aspect'
  759.        Yes
  760.        No
  761.       <
  762.       [NEWLINE]
  763.       Reset
  764.       Update
  765.       Quit                             ;;Return to spreadsheet
  766.     <
  767.     Go
  768.     >[SUBMENU]'Write Graph File'
  769.      'EPS File'
  770.      'PIC File'
  771.      Quit                              ;;Return to spreadsheet
  772.     <
  773.     Name
  774.     Quit                               ;;Return to spreadsheet
  775.   <
  776.   Quit                                 ;;Return to spreadsheet
  777. @@ =================================================================
  778.  
  779. @@ MENU
  780.  
  781. @@ =================================================================
  782. [SUBMENU]Database                      ;;work with spreadsheet data in database format
  783.   >[SUBMENU]Sort                       ;;Sort rows in a block using data in one or more columns
  784.    Block
  785.    1st Key
  786.    2nd Key
  787.    3rd Key
  788.    4th Key
  789.    5th Key
  790.    [NEWLINE]
  791.    Go
  792.    Reset
  793.      >[SUBMENU]Sort Rules
  794.        >[SUBMENU]Numbers before Labels
  795.         No
  796.         Yes
  797.        <
  798.        >[SUBMENU]Label Order
  799.         Dictionary
  800.         ASCII
  801.        <
  802.       Quit                             ;;Return to spreadsheet
  803.      <
  804.    Quit                                ;;Return to spreadsheet
  805.   <
  806.   >[SUBMENU]Query                      ;;Use criteria to search for, delete or copy records
  807.    Block
  808.    Criteria Table
  809.    Output Block
  810.    [NEWLINE]
  811.    Assign Names
  812.    Locate
  813.    Extract
  814.    Unique
  815.    Delete
  816.    [NEWLINE]
  817.    Reset
  818.    Quit                                ;;Return to spreadsheet
  819.   <
  820.   Restrict Input                       ;;Restrict selector to only unprotected cells in a block
  821.   >[SUBMENU]Data Entry                 ;;Select how information is entered into a cell
  822.    General
  823.    Labels Only
  824.    Dates Only
  825.   <
  826.